Click or drag to resize

WebdavSessionProxy Property

Gets or sets proxy information for the session.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public WebProxy Proxy { get; set; }

Property Value

Type: WebProxy
Remarks
The Proxy property identifies the WebProxy instance to use to process requests to Internet resources.
See Also